home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / Shareware World / Comms & Internet / Net.Dreams Remote Mail 1.0 / RM / login.remotemail < prev    next >
Text File  |  1999-02-23  |  2KB  |  58 lines

  1. <html>
  2.     <head>
  3.         <title>Remote Mail Login</title>
  4.     </head>
  5.     <body bgcolor="#ffffff" LINK="#AD0833" VLINK="#504B82" ALINK="#03060D">
  6.     
  7. <center><h2>Remote EMail Login</h2></center>
  8.  
  9. <form action="mailbox.remotemail$[xid]" method=post>
  10. <center>
  11. <table bgcolor="#AD0833">
  12. <tr>
  13.     <th align=right>POP Host Name</th>
  14.     <td align=left><input type=text name="new_mailhost" size=50></td>
  15. </tr>
  16. <tr>
  17.     <th align=right>POP Login Name</th>
  18.     <td align=left><input type=text name="new_user" size=50></td>
  19. </tr>
  20. <tr>
  21.     <th align=right>Password</th>
  22.     <td align=left><input type=password name="new_password" size=50></td>
  23. </tr>
  24. <tr>
  25.     <th align=right>Return Address</th>
  26.     <td align=left><input type=text name="new_return_address" size=50></td>
  27. </tr>
  28.  
  29. <!-- If new_return_host is present, then the return addres is created from the login name
  30.      and the the new_return_host value.  You might allow the user to fill this in himself,
  31.      or even present a <select> list of the possible values.
  32.      
  33.     <tr>
  34.         <th align=right>Return Host</th>
  35.         <td align=left><input type=text name="new_return_host" size=50></td>
  36.     </tr>
  37.     
  38.     If you are using an EIMS server and have allow-foreign-servers turned off, you can just
  39.     tell Remote Mail to figure out the return address for itself.
  40.     <input type=hidden name="new_return_algorithm" value="EIMS">
  41.     
  42.     If there is no return-algorithm, return-host, or return-address, the return address
  43.     is computed from the login name and the pop host address.  (eg: new_username@new_mailhost).
  44. -->
  45.  
  46. <tr>
  47.     <td colspan=2>
  48.     <input type=submit value="Log In"> <input type=Reset value="Clear">
  49.     </td>
  50. </tr>
  51. </table>
  52. </center>
  53. </form>
  54.  
  55.  
  56.     </body>
  57. </html>
  58.